------------
RB Utilities
------------

[BUG] Known Bug
[FIX] Bug Fix
[NEW] New Feature
[CHG] Changed Feature
[NTE] Note

2.5.1 - ??/??/??
-----
[NTE] Cleaned up code and added comments

2.5.0 - 04/12/07
-----
[NEW] Asks to confirm quitting if a timer is running or time is allotted
[NEW] Added Close menu item under File
[NEW] Holding down Option in the color tab changes the hex code to HTML format, releasing Option changes it back to REALbasic format
[NEW] Shows instrument number by the popup menu
[CHG] Took out ASCII and Key Press tabs and added new ASCII tab to convert between characters and ASCII values in the range 0 to 127
[CHG] In Music tab, pitch defaults to 60 (middle C) and velocity to 98
[CHG] Floating timer window is now synced in real time with main window
[CHG] All windows have a solid background color
[FIX] About window shows correct icon
[FIX] In Color tab, uses current color as default color in color picker
[FIX] Number fields only take valid digits now

2.4.1 - 08/23/06
-----
[FIX] About window works now
[FIX] Timer tab resizes correctly now

2.4.0 - 08/22/06
-----
[NEW] Pitch and Velocity sliders in Music tab show amount
[NEW] Added Drum Kit to list of instruments
[NEW] Typing in any of the number fields updates the others in real time
[NEW] The Encode tab has been removed
[NEW] Closing the main window will quit the program
[NEW] There is now an About window
[CHG] Timer tab is redone, better coding for Timer tab and timer window
[CHG] Floating timer window is much smaller now
[CHG] Color tab is redone, includes color in hex RGB, and you can copy RB code by clicking on the fields
[CHG] Keypress tab is now redone, and allows you to copy RB code for ASCII character by clicking on field
[CHG] Encoding result field is now read-only
[CHG] Displays "(delete)" when delete key is pressed (ASCII 127) and "(backspace)" when backspace is pressed (ASCII 8), and "(enter)" when enter is pressed (ASCII 3)
[FIX] Music tab plays correct instrument now
[FIX] Pressing Cancel in color picker won't result in black any more
[FIX] Does not allow newlines in the Char box under ASCII anymore

2.3.0 - 02/02/06
-----
[NEW] There is now a 'Key Press' tab that displays the ASCII code for any keys pressed (except for function and modifier keys)

2.2.5 - 01/29/06
-----
[CHG] Timers now display hours

2.2.0 - 01/26/06
-----
[NEW] You now have the option to use the timers in a separate global floating window

2.0.0 - 01/24/06
-----
[NEW] Completely redone from scratch
[NEW] Displays UTF8 and UTF16 characters when given code
[NEW] Converts numbers into binary, octal, decimal, and hexadecimal
[NEW] Shows colors in RGB, CMY, and HSV
[NEW] Encodes and decodes strings in Base64
[NEW] Includes two stopwatches

1.0.0 - 12/19/05
-----
First release

---------
Changelog
---------
04/10/07
	- Holding down Option in the color tab changes the hex code to HTML 
	  format, releasing Option changes it back to REALbasic format
	- Shows instrument number by the popup menu
	- Took out ASCII and Key Press tabs
	- Added new ASCII tab with character to ASCII code and vice versa, 
	  for characters in the range 0 - 127 only
	- Some minor cosmetic stuff with the tab panel and resizing
	- Number fields only take valid digits now
	- In Music tab, pitch defaults to 60 (middle C) and velocity to 98
	- Timer to stop playing note is shut off when Stop button is pushed
	- Uses Threads instead of Timers for the timers
	- Floating timer window is synced in real time with main window
04/12/07
	- Uses Timers again for timers, less CPU intensive than Threads
	- Created DefaultEditField subclass to handle text fields that need 
	  a default text
	- Fixed a bug where if first project field gets focus and you open 
	  the floating timer window, the first project field in the main 
	  window retains focus but get the default text and text color
	- Floating timer window now has a solid background color
	- Only uses one timer in each window to update timers now
	- Now only uses one timer to update both windows
	- Main window has solid background behind tab panel
	- About window has a solid background color

-----
To Do
-----

----
Goal
----
Create a developer multi-purpose tool aimed at RB devs